aboutsummaryrefslogtreecommitdiffstats
path: root/pages/quest/[id].vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-11 00:32:51 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-11 00:32:51 +0000
commit27d85f0cda4d6f71a5a8eab8f416f29f01602b38 (patch)
tree13e7c6b1956030170cef6ce5bade5224e56b1c17 /pages/quest/[id].vue
parentaceef6edd8bd1663249e9d06fc1d4a063add4689 (diff)
Add rest of item stack picker
Diffstat (limited to 'pages/quest/[id].vue')
-rw-r--r--pages/quest/[id].vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/quest/[id].vue b/pages/quest/[id].vue
index a3a393d..6695f69 100644
--- a/pages/quest/[id].vue
+++ b/pages/quest/[id].vue
@@ -140,7 +140,7 @@ const duplicateQuest = (oldId: string, newId: string) => {
display: flex;
gap: 1rem;
padding: 1rem;
- overflow: scroll;
+ overflow: auto;
max-height: calc(100% - 55px);
}